home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10017_admPrepress < prev    next >
Text File  |  2004-01-30  |  287b  |  16 lines

  1. dialog(name: '$$$/Dialogs/Prepress')
  2. {
  3.     group()
  4.     {    
  5.         view( align_children: align_center )
  6.         {
  7.             view( align_children: align_row )
  8.             {
  9.                 static_text( name:'$$$/Dialogs/Prepress/TrappingLabel' );
  10.                 popup( item_id: 'Trap', width: max_char_width() * 8) ;
  11.             }
  12.         }
  13.         ok_cancel();
  14.     }
  15. }
  16.